Index: main/plugin-odf-sync/doc/apogee/programs.xml =================================================================== --- main/plugin-odf-sync/doc/apogee/programs.xml (revision 26660) +++ main/plugin-odf-sync/doc/apogee/programs.xml (working copy) @@ -133,10 +133,10 @@ <isPropertyAvailable prepend="and" property="dip"> ( upper(dip.COD_DIP) LIKE CONCAT(upper(#dip#), '%') - <isPropertyAvailable prepend="or" property="vdi"> + <isPropertyAvailable prepend="and" property="vdi"> vdi.COD_VRS_VDI LIKE CONCAT(#vdi#, '%') </isPropertyAvailable> - <isPropertyAvailable prepend="or" property="title"> + <isPropertyAvailable prepend="and" property="title"> upper(dip.LIB_DIP) LIKE '%' || upper(#title#) || '%' </isPropertyAvailable> ) @@ -145,7 +145,7 @@ <isPropertyAvailable prepend="and" property="vdi"> ( vdi.COD_VRS_VDI LIKE CONCAT(#vdi#, '%') - <isPropertyAvailable prepend="or" property="title"> + <isPropertyAvailable prepend="and" property="title"> upper(dip.LIB_DIP) LIKE '%' || upper(#title#) || '%' </isPropertyAvailable> )